home *** CD-ROM | disk | FTP | other *** search
- -- background: 2781 from stack: in.0
- -- bmap block id: 5747
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on opencard
- global gVersionId
- setversionId
- hide message box
- show menuBar
- put "Version"&&gVersionId into field VerNumber
- pass opencard
- end opencard
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=253 top=298 right=321 bottom=278
- -- title width / last selected line: 0
- -- icon id / first selected line: 16560 / 16560
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=228 top=298 right=321 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 21847 / 21847
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- go to home
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=203 top=298 right=321 bottom=229
- -- title width / last selected line: 0
- -- icon id / first selected line: 15420 / 15420
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 31 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=42 top=279 right=295 bottom=140
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 256
- -- line height: 13
- -- part name: VerNumber
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=107 top=88 right=110 bottom=195
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: MemoNote
- ----- HyperTalk script -----
- MemoNoteButton-- part of the MemoNotes‚Ñ¢ system by Peter Fraterdeus
- V2.1 / 26 Jan 1988
- on mouseUp
- get the short name of me
- send it
- set the name of me to "MemoNote"
- end mouseUp
-
- on mousedown
- if the name of me contains "card Button" then
- Answer "Transfer this button to the Background?" with "Cancel" or "Yes"
- if it="yes" then
- set lockscreen to true
- put userLevel into templevel
- set userLevel to 5
- choose button tool
- click at the loc of me
- domenu cut button
- domenu background
- domenu paste button
- domenu background
- choose browse tool
- put templevel into userLevel
- exit mousedown
- end if
- end if
- if the optionKey is down and the shiftkey is not down then
- set the name of me to "ShowNotes"
- else
- set the name of me to "MemoNote"
- end if
-
- end mousedown
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=435 top=298 right=321 bottom=460
- -- title width / last selected line: 0
- -- icon id / first selected line: 24317 / 24317
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: First
- ----- HyperTalk script -----
- on mouseUp
- go to first card
- end mouseUp
-
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=94 top=117 right=139 bottom=194
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Show Scripts
- ----- HyperTalk script -----
- on mouseUp
- edit script of this stack
- end mouseUp
-
-
-